using UnityEngine;
using System;
using Object = UnityEngine.Object;

namespace Warudo.Plugins.Core.Utils
{
    public static class Shaders
    {
        public static void UpdateParticleShaders(GameObject go)
        {
            throw new NotImplementedException();
        }
    }
}